Skip to content

Fix command syntax for installing gcc on Mac OS#705

Open
darrylong wants to merge 1 commit into
PreferredAI:masterfrom
darrylong:docs/readme-gcc-update
Open

Fix command syntax for installing gcc on Mac OS#705
darrylong wants to merge 1 commit into
PreferredAI:masterfrom
darrylong:docs/readme-gcc-update

Conversation

@darrylong

Copy link
Copy Markdown
Member

Description

This pull request makes a minor correction to the installation instructions in the README.md file, replacing the use of the pipe (|) with a logical AND (&&) to ensure both brew install gcc and brew link gcc run successfully.

Related Issues

Checklist:

  • I have added tests.
  • I have updated the documentation accordingly.
  • I have updated README.md (if you are adding a new model).
  • I have updated examples/README.md (if you are adding a new example).
  • I have updated datasets/README.md (if you are adding a new dataset).

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects the macOS installation command in README.md so the Homebrew gcc install and link steps are executed sequentially (instead of piping output), aligning the documentation with the intended setup for OpenMP-capable compilation.

Changes:

  • Replace brew install gcc | brew link gcc with brew install gcc && brew link gcc in the macOS OpenMP compiler guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@qtuantruong qtuantruong left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants